home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / print.arc / PRINT.DOC < prev    next >
Text File  |  1987-06-13  |  2KB  |  64 lines

  1.  
  2.            Documentation for PRINT
  3.            -----------------------
  4.  
  5. PRINT is a program designed to output textfiles to your printer with a
  6. number of formatting options.  You can either use the default settings,
  7. or change them all yourself.
  8.  
  9. There are two programs which are a part of the PRINT package.  These
  10. programs are PRINT.EXE and PINSTALL.EXE.
  11.  
  12.  
  13. Using PINSTALL:
  14. ---------------
  15.  
  16. Before you can use PRINT, you must first run PINSTALL.  PINSTALL creates
  17. a configuration file that tell PRINT how to communicate with your printer.
  18. Into this file you must put the codes that your printer requires for
  19. switching to enhance mode, etc.  If you do not want (or do not know what
  20. codes your printer uses) to enter these codes, simply run PINSTALL and
  21. enter nulls (ascii code 00) for the printer codes.
  22.  
  23. PRINT supports uses of the dos environment variables.  This allows you
  24. to place your printer configuration in any subdirectory, and then just
  25. use the dos command SET to leave a message for PRINT in the environment
  26. table telling it where you left the configuration.  As an example, lets
  27. say that you wanted your configuration file to be in the C:\UTIL
  28. subdirectory.  You would first go to the \UTIL subdirectory and run
  29. PINSTALL to create the configuration, then you would add a line to your
  30. AUTOEXEC.BAT file that said:
  31.  
  32.          SET PRINT=C:\UTIL
  33.  
  34. Using PRINT:
  35. ------------
  36.  
  37. To use PRINT to print a file, you simply invoke it as PRINT <filename>,
  38. where the <filename> is the filename you want to print.  When invoked in
  39. this fashion, PRINT will use all of its default settings for page
  40. numbering, margins, etc.
  41.  
  42.   As an example, lets say you wanted to print the file TEST.DAT, you would
  43. enter the command:
  44.  
  45.         PRINT TEST.DAT
  46.  
  47. If you want to be able to change the default settings, simply add the
  48. parameter M after the above command line, and you will be prompted for
  49. each of the settings.
  50.  
  51.         PRINT TEST.DAT M
  52.  
  53. General Comments:
  54. -----------------
  55.  
  56. I hope you enjoy using PRINT.  I have found it to be an indispensable
  57. tool for printing program listings and miscellaneous text files.
  58.  
  59. The file PRINT.ARC also contains a printer configuration for an
  60. NEC PC-8023A printer.  When you run PINSTALL, it will ask if you wish
  61. to overwrite this file.  If you do not have this type of printer, respond
  62. YES and then enter the data for your printer.
  63.  
  64.